projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0f6943
)
(ETAGS): New variable.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 25 Jul 1997 03:10:59 +0000
(
03:10
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 25 Jul 1997 03:10:59 +0000
(
03:10
+0000)
(TAGS): Use ${ETAGS}.
lisp/Makefile
patch
|
blob
|
history
diff --git
a/lisp/Makefile
b/lisp/Makefile
index 2a6360dd33a9942091b3494d379bf87723ce2eeb..46dabd38066a174e57cab42f81ae5daeb9015391 100644
(file)
--- a/
lisp/Makefile
+++ b/
lisp/Makefile
@@
-4,6
+4,7
@@
EMACS = emacs
SOURCES = *.el COPYING Makefile
lisptagsfiles = [a-zA-Z]*.el [a-zA-Z]*/[a-zA-Z]*.el
+ETAGS = ../lib-src/etags
dontcompilefiles: bindings.el blessmail.el bruce.el cus-load.el cus-start.el
dontcompilefiles: cyril-util.el forms-d2.el forms-pass.el
@@
-66,4
+67,4
@@
updates: doit
$(EMACS) -batch -f batch-update-autoloads $$wins
TAGS: $(lisptagsfiles)
-
../lib-src/etags
$(lisptagsfiles)
+
${ETAGS}
$(lisptagsfiles)